home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
demos
/
r-z
/
twistdemo
/
organiser
/
dialnumberhome.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-02-22
|
300 b
|
15 lines
/* This arexx script dials a phone number if a modem is connected*/
GETDBFORMFIELD
ADDRESS twist
PARSE ARG dbfilename,rela_x,rela_y,shiftkeys
OPEN dbfilename
options results
GETDBFORMMODE
GETDBFORMFIELD "telhome"
number = "atdt" || result
open('outfile','SER:','W')
writeln('outfile',number)
exit